From 7a96ab5826ecdaf9b7ad23c14ece3606df11370c Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 16 Mar 2022 19:05:35 -0500 Subject: [PATCH] Delete Delorme GPL for disuse. --- CMakeLists.txt | 1 - GPSBabel.pro | 1 - delgpl.cc => deprecated/delgpl.cc | 0 testo.d/delgpl.test | 8 -------- 4 files changed, 10 deletions(-) rename delgpl.cc => deprecated/delgpl.cc (100%) delete mode 100644 testo.d/delgpl.test diff --git a/CMakeLists.txt b/CMakeLists.txt index a3d507614..a5f02c9f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,6 @@ set(MINIMAL_FMTS set(ALL_FMTS ${MINIMAL_FMTS} bcr.cc brauniger_iq.cc - delgpl.cc destinator.cc dg-100.cc dmtlog.cc diff --git a/GPSBabel.pro b/GPSBabel.pro index 7b3db4668..e16dc0089 100644 --- a/GPSBabel.pro +++ b/GPSBabel.pro @@ -58,7 +58,6 @@ MINIMAL_FMTS = \ ALL_FMTS = $$MINIMAL_FMTS \ bcr.cc \ brauniger_iq.cc \ - delgpl.cc \ destinator.cc \ dg-100.cc \ dmtlog.cc \ diff --git a/delgpl.cc b/deprecated/delgpl.cc similarity index 100% rename from delgpl.cc rename to deprecated/delgpl.cc diff --git a/testo.d/delgpl.test b/testo.d/delgpl.test deleted file mode 100644 index e524b65ec..000000000 --- a/testo.d/delgpl.test +++ /dev/null @@ -1,8 +0,0 @@ -# -# Delorme GPL file. This is sort of a track format. -# -rm -f ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx ${TMPDIR}/gpl1.gpl -gpsbabel -t -i gpl -f ${REFERENCE}/track/webpark1.gpl -o gpx -F ${TMPDIR}/gpl1.gpx -gpsbabel -t -i gpl -f ${REFERENCE}/track/webpark1.gpl -o gpl -F ${TMPDIR}/gpl1.gpl -gpsbabel -t -i gpl -f ${TMPDIR}/gpl1.gpl -o gpx -F ${TMPDIR}/gpl2.gpx -compare ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx -- 2.30.2